Converted ImportStreamSource functions to return a Status object rather than ImportSt...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 5 Dec 2010 14:22:49 +0000 (14:22 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 5 Dec 2010 14:22:49 +0000 (14:22 +0000)
commite6bba17c9f9f5a637dff1cf551591ab416852188
tree45d03da626c981d0ff9b2df74bca82770789efed
parent249022d65e4832ace60c17e17aa97838141a5706
Converted ImportStreamSource functions to return a Status object rather than ImportStreamSource-or-WikiError

This is a breaking change since the ImportStreamSource object is in the value member of the Status object; I will fix the extensions in my next commit
includes/Import.php
includes/api/ApiImport.php
includes/specials/SpecialImport.php